home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 1999 August / SGI Freeware 1999 August.iso / dist / fw_perl.idb / usr / freeware / catman / u_man / cat1 / perldoc.Z / perldoc
Encoding:
Text File  |  1998-10-28  |  5.5 KB  |  199 lines

  1.  
  2.  
  3.  
  4.      PPPPEEEERRRRLLLLDDDDOOOOCCCC((((1111))))         22223333////OOOOcccctttt////99998888 ((((ppppeeeerrrrllll 5555....000000005555,,,, ppppaaaattttcccchhhh 00002222))))        PPPPEEEERRRRLLLLDDDDOOOOCCCC((((1111))))
  5.  
  6.  
  7.  
  8.      NNNNAAAAMMMMEEEE
  9.       perldoc - Look up Perl documentation in pod format.
  10.  
  11.      SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  12.       ppppeeeerrrrllllddddoooocccc [----hhhh] [----vvvv] [----tttt] [----uuuu] [----mmmm] [----llll]    [----FFFF]  [----XXXX]
  13.       PageName|ModuleName|ProgramName
  14.  
  15.       ppppeeeerrrrllllddddoooocccc ----ffff BuiltinFunction
  16.  
  17.       ppppeeeerrrrllllddddoooocccc ----qqqq FAQ Keyword
  18.  
  19.      DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  20.       _p_e_r_l_d_o_c looks    up a piece of documentation in .pod format
  21.       that is embedded in the perl installation tree or in a perl
  22.       script, and displays it via pod2man |    nroff -man | $PAGER.
  23.       (In addition,    if running under HP-UX,    col -x will be used.)
  24.       This is primarily used for the documentation for the perl
  25.       library modules.
  26.  
  27.       Your system may also have man    pages installed    for those
  28.       modules, in which case you can probably just use the _m_a_n(1)
  29.       command.
  30.  
  31.      OOOOPPPPTTTTIIIIOOOONNNNSSSS
  32.       ----hhhh help
  33.            Prints out a brief help message.
  34.  
  35.       ----vvvv verbose
  36.            Describes search    for the    item in    detail.
  37.  
  38.       ----tttt text output
  39.            Display docs using plain    text converter,    instead    of
  40.            nroff. This may be faster, but it won't look as nice.
  41.  
  42.       ----uuuu unformatted
  43.            Find docs only; skip reformatting by pod2*
  44.  
  45.       ----mmmm module
  46.            Display the entire module: both code and    unformatted
  47.            pod documentation.  This    may be useful if the docs
  48.            don't explain a function    in the detail you need,    and
  49.            you'd like to inspect the code directly;    perldoc    will
  50.            find the    file for you and simply    hand it    off for
  51.            display.
  52.  
  53.       ----llll file name only
  54.            Display the file    name of    the module found.
  55.  
  56.       ----FFFF file names
  57.            Consider    arguments as file names, no search in
  58.            directories will    be performed.
  59.  
  60.  
  61.  
  62.  
  63.      Page 1                        (printed 10/23/98)
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.      PPPPEEEERRRRLLLLDDDDOOOOCCCC((((1111))))         22223333////OOOOcccctttt////99998888 ((((ppppeeeerrrrllll 5555....000000005555,,,, ppppaaaattttcccchhhh 00002222))))        PPPPEEEERRRRLLLLDDDDOOOOCCCC((((1111))))
  71.  
  72.  
  73.  
  74.       ----ffff perlfunc
  75.            The ----ffff option followed by the name of a perl built in
  76.            function    will extract the documentation of this
  77.            function    from the _p_e_r_l_f_u_n_c manpage.
  78.  
  79.       ----qqqq perlfaq
  80.            The ----qqqq option takes a regular expression    as an
  81.            argument.  It will search the question headings in
  82.            perlfaq[1-9] and    print the entries matching the regular
  83.            expression.
  84.  
  85.       ----XXXX use an index if present
  86.            The ----XXXX option looks for a entry whose basename matches
  87.            the name    given on the command line in the file
  88.            $Config{archlib}/pod.idx.  The pod.idx file should
  89.            contain fully qualified filenames, one per line.
  90.  
  91.       PPPPaaaaggggeeeeNNNNaaaammmmeeee||||MMMMoooodddduuuulllleeeeNNNNaaaammmmeeee||||PPPPrrrrooooggggrrrraaaammmmNNNNaaaammmmeeee
  92.            The item    you want to look up.  Nested modules (such as
  93.            File::Basename) are specified either as File::Basename
  94.            or File/Basename.  You may also give a descriptive name
  95.            of a page, such as perlfunc. You    make also give a
  96.            partial or wrong-case name, such    as "basename" for
  97.            "File::Basename", but this will be slower, if there is
  98.            more then one page with the same    partial    name, you will
  99.            only get    the first one.
  100.  
  101.      EEEENNNNVVVVIIIIRRRROOOONNNNMMMMEEEENNNNTTTT
  102.       Any switches in the PERLDOC environment variable will    be
  103.       used before the command line arguments.  perldoc also
  104.       searches directories specified by the    PERL5LIB (or PERLLIB
  105.       if PERL5LIB is not defined) and PATH environment variables.
  106.       (The latter is so that embedded pods for executables,    such
  107.       as perldoc itself, are available.)  perldoc will use,    in
  108.       order    of preference, the pager defined in PERLDOC_PAGER,
  109.       MANPAGER, or PAGER before trying to find a pager on its own.
  110.       (MANPAGER is not used    if perldoc was told to display plain
  111.       text or unformatted pod.)
  112.  
  113.      AAAAUUUUTTTTHHHHOOOORRRR
  114.       Kenneth Albanowski <kjahds@kjahds.com>
  115.  
  116.       Minor    updates    by Andy    Dougherty
  117.       <doughera@lafcol.lafayette.edu>
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.      Page 2                        (printed 10/23/98)
  130.  
  131.  
  132.  
  133.  
  134.  
  135.  
  136.      PPPPEEEERRRRLLLLDDDDOOOOCCCC((((1111))))         22223333////OOOOcccctttt////99998888 ((((ppppeeeerrrrllll 5555....000000005555,,,, ppppaaaattttcccchhhh 00002222))))        PPPPEEEERRRRLLLLDDDDOOOOCCCC((((1111))))
  137.  
  138.  
  139.  
  140.  
  141.  
  142.  
  143.  
  144.  
  145.  
  146.  
  147.  
  148.  
  149.  
  150.  
  151.  
  152.  
  153.  
  154.  
  155.  
  156.  
  157.  
  158.  
  159.  
  160.  
  161.  
  162.  
  163.  
  164.  
  165.  
  166.  
  167.  
  168.  
  169.  
  170.  
  171.  
  172.  
  173.  
  174.  
  175.  
  176.  
  177.  
  178.  
  179.  
  180.  
  181.  
  182.  
  183.  
  184.  
  185.  
  186.  
  187.  
  188.  
  189.  
  190.  
  191.  
  192.      Page 3                        (printed 10/23/98)
  193.  
  194.  
  195.  
  196.  
  197.  
  198.  
  199.